home *** CD-ROM | disk | FTP | other *** search
- ;
- ; actors Pane
- ;
- name=stActorsPane
- pos=0,0
-
- ; this is a righthand pane
- visGroup=2
-
- quad mat=stActorsPane01.tga pos=384,224 size=256,256
- quad mat=stActorsPane02.tga pos=320,224 size=64,256
- quad mat=stActorsPane03.tga pos=384,160 size=256,64
- quad mat=stActorsPane04.tga pos=320,160 size=64,64
- quad mat=stActorsPane05.tga pos=384,128 size=256,32
- quad mat=stActorsPane06.tga pos=320,128 size=64,32
- quad mat=InventoryPane07.tga pos=493,120 size=16,8
-
- ;slider box
- element scrollslider name=stapScrollSlider pos=562,181 size=8,8 bitmap=StatusBarSlider.tga
- element scrollbar name=stapScrollBar pos=562,181 size=8,245 flags=0x02 vertical=1 slider=stapScrollSlider
-
- ; textbox scrollslider/scrollbar/textlistbox
- element textlistbox name=stapListBox pos=367,182 size=193,243 flags=0x02 font=defaultFont10 vscrollbar=stapScrollBar
-
- ;textbox for CurrentActor
- element textbox name=stapCurrentActor flags=0x02 pos=367,440 size=193,15 maxitems=1 textboxflags=0x01
-
- element button name=stapSelect depressed=stapAddDep pos=575,432 size=26,32 hintstring=UI_STAPSELECT flags=0x02
- element button name=stapPossess depressed=stsbPossessDep pos=575,379 size=26,32 hintstring=UI_STAPPOSSESS flags=0x02
- element button name=stapRevive depressed=stsbReviveDep pos=575,335 size=26,32 hintstring=UI_STAPREVIVE flags=0x02
-
- ;these 3 buttons are on top one another_toggles between and only appear when it is an option along with revive.
- element button name=stapCharMode pos=575,291 size=26,32 hintstring=UI_HINT_CHARACTERMODEBUTTON flags=0x02
-
- element button name=stapDelete depressed=stsbDeleteObjectDep pos=575,247 size=26,32 hintstring=UI_STAPDELETE flags=0x02
- element button name=stapKill depressed=stapKillDep pos=575,203 size=26,32 hintstring=UI_STAPKILL flags=0x02
-